home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Storm / storm7.dir / 00005_play done script.ls < prev    next >
Encoding:
Text File  |  1999-04-26  |  119 b   |  9 lines

  1. global theState
  2.  
  3. on exitFrame
  4.   theState = #play
  5.   set the visible of sprite 2 to 1
  6.   cursor([15, 16])
  7.   play done
  8. end
  9.